Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / GroupDataModel Class / Group Method / Group(SortInfo[],IComparer) Method
Sort information
Comparer


In This Topic
    Group(SortInfo[],IComparer) Method
    In This Topic
    Groups the rows with the specified sort information and specified comparer.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Group( _
       ByVal sortInfo() As SortInfo, _
       ByVal groupComparer As IComparer _
    ) 
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim sortInfo() As SortInfo
    Dim groupComparer As IComparer
     
    instance.Group(sortInfo, groupComparer)
    public void Group( 
       SortInfo[] sortInfo,
       IComparer groupComparer
    )

    Parameters

    sortInfo
    Sort information
    groupComparer
    Comparer
    See Also